header{
    width: 100%;
    background: #fff;
}
header.fixed{
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9;
    box-shadow: 0px 2px 10px #ccc;
}
.head_top{
    background: #fafafa;
    line-height: 36px;
    height: 36px;
}
.wel{
    float: left;
}
.head_a{
    float: right;
}
.head_a a{
    color: #666;
}

.container{
    max-width: 1200px;
    width: 92%;
    margin:0 auto;
}
.container3{
    max-width: 1400px;
    width: 96%;
    margin:0 auto;    
}
.header{
    padding: 10px 0 ;
}
.logo{
    float: left;
    display: flex;
    align-items: center;
}
.logo a{
    display: block;
}
.logo img{
    max-height: 80px;
}
.head_tel {
    float: right;
    padding-left: 28px;
    background: url(../images/tel1.png) no-repeat left center;
    background-size: 22px;
    font-size: 16px;
    color: #333;
    line-height: 60px;
    margin-top: 10px;
    margin-left: 30px;
}
/*.head_tel strong{
    color: #ffbf00;
    font-size: 20px;
}*/
nav{
    float: right;
}
nav .nav{
    margin-top:10px;
}
.nav li{
    float: left;
    position: relative;
}
.nav li a{
    font-size: 16px;
    color: #333;
    text-align: center;
    line-height: 60px;
    height: 60px;
    display: block;
    padding: 0 25px;
    border-bottom: 2px solid #fff;
}

.nav li .Header-sunNav{
    background: #ffbf00;
    padding:10px 5px;
    width: 100%;
    position: absolute;
    top:60px;
    left: 0;
    z-index: 9;
    display: none;
}
.nav li .Header-sunNav a{
    font-size: 14px;
    color: #666;
    border-bottom: none;
    line-height: 2em;
    height: 2em;
    padding:0;
    margin:0;
    border:none;
}
.nav li:hover a{
    color: #ffbf00;
    border-bottom: 2px solid #ffbf00;
}
.nav li:hover .Header-sunNav a{
    border: none;
}
.nav li .Header-sunNav a:hover{
    color: #ffbf00;
    border:none;
}

.menu-button{
    display: none;
    position: absolute;
    top: 15px;
    right: 0px;
    padding: 5px 12px;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
    background-color: #ffbf00;
    z-index: 99999;
}
.menu-button .bar {
    display: block;
    height: 2px;
    background: #fff;
    margin: 9px 0;
    opacity: 1;
    transition: all .5s ease;
    width: 30px;
    transform-origin: left center;
    position: relative;
}

.mnav .bar:nth-child(1){
    transform:rotate(45deg);
    left: 4px;
    top:1px;
    /*width: 40px;*/
}
.mnav .bar:nth-child(2){
    opacity: 0;
}
.mnav .bar:nth-child(3){
    transform:rotate(-45deg);
    /*width: 40px;*/
    left: 4px;
}

.mobileNav{
    display: none;
    background-color: #ffbf00;
    text-align: center;
    position: absolute;
    left:0;
    top:66px;
    z-index: 99999;
    width: 100%;
}
.mobileNav li {
    line-height: 2em;
    padding:1em 0;
}
.mobileNav li a{
    font-size: 1rem;
    color: #fff;
}

#swiper-container1 .swiper-pagination span{
    background-color: #ffbf00;
    outline: none;  
}
#swiper-container1 .swiper-button-prev,#swiper-container1 .swiper-button-next{ 
    position:absolute; 
    left:7.5%; 
    top:50%; 
    margin-top:-43px; 
    display:block; 
    width:32px; 
    height:43px; 
    background:url(../images/slider-arrow.png) -110px 5px no-repeat #ffbf00; 
    filter:alpha(opacity=20);
    opacity:0.2; 
    border-radius:3px;
    outline:none;
}
#swiper-container1 .swiper-button-next{ 
    left:auto; 
    right:7.5%; 
    background-position:8px 5px; 
}
#swiper-container1 .swiper-button-prev:hover,#swiper-container1 .swiper-button-next:hover{ 
    filter:alpha(opacity=100);
    opacity:1;  
}


@media(max-width: 1600px){
    .nav li a{
        padding: 0 20px;    
    }
}
@media(max-width: 1440px){

}
@media(max-width: 1360px){
    .nav li a{
        padding: 0 15px;    
    }
}
@media(max-width: 1024px){
    .head_top{
        display: none;
    }
    .head_tel{
        display: none;
    }
    .nav li a{
        padding: 0 15px;    
    }   
    #swiper-container1 .swiper-button-prev, #swiper-container1 .swiper-button-next{
        display: none;
    }
}
@media(max-width: 992px){
    .nav li a{
        padding: 0 12px;
        font-size: 14px;    
    }   
    .container{
        width: 96%;
    }
}
@media(max-width: 768px){
    .header {
        padding:12px 0;
    }
    .nav li a{
        padding: 0 10px;    
    }   
    nav{
        display: none;
    }
    .logo{
        width: 70%;
        height: 58px;
    }

    .menu-button{
        display: block;
    }
    /*#swiper-container1{*/
    /*    margin-top:70px;*/
    /*}*/
}
@media(max-width: 767px){


}


.ryzz_list{
    display: flex;
    flex-flow: wrap;
}
.ryzz_list li{
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 15px;
}
.ryzz_list li:nth-child(4n){
    margin-right: 0;
}
@media(max-width: 768px){
    .ryzz_list li{
        width: 32%;
        margin-bottom: 15px;
    }
    .ryzz_list li:nth-child(4n){
        margin-right: 2%;
    }
    .ryzz_list li:nth-child(3n){
        margin-right: 0%;
    }
}
@media(max-width: 767px){
    .ryzz_list li{
        width: 49%;
        margin-bottom: 10px;
    }
    .ryzz_list li:nth-child(3n){
        margin-right: 2%;
    }
    .ryzz_list li:nth-child(2n){
        margin-right: 0%;
    }

}


.product_list1{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    overflow: hidden;
}
.product_list1 li{
    width: 23.5%;
    margin-right: 2%;
    position: relative;
    top: 0px;
    float: left;
    overflow: hidden;
    transition: all .5s ease;
    border: 1px solid #d8d8d8;
    margin-bottom: 15px;
}
.product_list1 li:nth-child(4n){
    margin-right: 0;
}
.product_list1 li a{
    position: relative;
    display: block;
    padding-bottom: 162px;
}
.product_list1 li .img{
    position: relative;
}
.product_list1 li .img img{
    position: relative;
    top: 0px;
    transition: all 0.3s ease-out;
}
.product_list1 li .text{
    width: 100%;
    padding: 20px 30px;
    position: absolute;
    left:0;
    bottom: 0px;
    transition: all 0.3s ease-out;
    background: #fff;
}

.product_list1 li .text h3{
    font-size:20px;
    font-weight: normal;
    text-align: center;
}
.product_list1 li .text p{
    font-size: 16px;
    display: -webkit-box;
    margin: 10px 0;
    overflow: hidden;
    -webkit-line-clamp: 2px;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    line-height: 1.5rem;
    opacity: 1;
    transition: all 0.3s;
}
.product_list1 li:hover .img img{
    top:-20px;
    transition: all 0.3s;
}
.product_list1 li:hover .text{
    transition: all 0.3s;
    padding: 50px 30px;
}
@media(max-width: 1440px){
    .product_list1 li a{
        padding-bottom:120px;
    }
    .product_list1 li .text {
        padding: 20px 15px;
    }
    .product_list1 li .text h3{
        font-size:18px;
    }
    .product_list1 li .text p{
        font-size:15px;
        margin:5px 0;
    }
    .product_list1 li:hover .text{
        transition: all 0.3s;
        padding: 35px 15px;
    }
}
@media(max-width: 1259px){
    
}
@media(max-width: 1024px){
    
}
@media(max-width: 768px){
    .product_list1 li .text {
        padding: 15px 10px;
    }
    .product_list1 li .text h3{
        font-size:16px;
    }
    .product_list1 li .text p{
        font-size:14px;
        margin: 0px 0;
    }
    .product_list1 li:hover .text{
        transition: all 0.3s;
        padding: 20px 10px;
    }    
}
@media(max-width: 640px){
        .product_list1 li{
            width:49%;
        }
        .product_list1 li:nth-child(3n){
            margin-right:2%;
        }
        .product_list1 li:nth-child(2n){
            margin-right:0;
        }
}


.index_jjfa{
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;

    animation-fill-mode: both;
}
.index_jjfa .img{
    position: relative;
}
.index_jjfa .c_text{
   position: absolute;
    top: 0;
    left: 0; 
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;  /* 子元素横向排列 */
    justify-content: center; /* 相对父元素水平居中 */
    align-items: center; /*  子元素相对父元素垂直居中 */
}
.index_jjfa .text{
    margin:0 auto;
    width: 60%;
    max-width: 500px;
    /*max-height: 170px;*/
    padding: 30px 40px;
    background: rgba(255,255,255,0.6);
    overflow: hidden;
    text-align: center;
}
.index_jjfa .text h2{
    color: #000;
    position: relative;
    font-size: 36px;
    padding-bottom: 10px;
    width: 100%;
    text-align: center;
    line-height: 1.2em;
    font-weight: normal;

    transition: all 2s ease .5s;
    transform: translateY(0);
    opacity: 1;    
}
.index_jjfa .text h3{
    font-size: 32px;
    color: #f69b16;
    line-height: 1.6em;
}
.index_jjfa .text h3 span{
    background: #f69b16;
    width: 35px;
    height: 3px;
    display: inline-block;
    position: relative;
    top: -9px;
    margin: 0 10px;
}
.index_jjfa .text h4{
    font-size: 24px;
    color: #f69b16;
}
.index_jjfa .text h4 em{
    color: #ac2718;  
    display: inline-block;
    margin:0 7px 0 1px;
}
.index_jjfa .text p{
    color: #bc251c;
    font-size: 26px;
}
.index_jjfa .text a{
    display: inline-block;
    margin-top: 10px;
    height: 35px;
    line-height: 35px;
    border: 1px solid #ffbf00;
    padding: 0 30px;
    color: #fd2d2d;
    font-size: 16px;
    transition: all 0.7s!important;
    text-align: center;

    letter-spacing: 0.1em;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    line-height: 35px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;

    color: #000;
    border: 1px solid #000;
    background-color: rgba(255,255,255,0.2);
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease-in-out;

    transition: all 2s ease .5s;
    transform: translateY(0);
    opacity: 1;    
}
.index_jjfa .text a:after {
    background: #FFF;
    border: 0px solid #ffbf00;
    content: "";
    height: 155px;
    left: -75px;
    opacity: .8;
    position: absolute;
    top: -50px;
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg);
    width: 50px;
    transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
    z-index: 1;
}
.index_jjfa .text a:hover{
    border:1px solid #ffbf00; 
    background-color:#ffbf00; 
    color:#fff;
    box-shadow: 0px 0px 10px #ffbf00;
}
.index_jjfa .text a:hover:after{
    background:#FFF; border:20px solid #ffbf00; 
    opacity:0; left:120%; 
    -webkit-transform:rotate(40deg); transform:rotate(40deg);
}
.sort2{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 20px 15px;
    position: relative;
    top: -25px;
    z-index: 6;
    background: #fff;
}
.sort2 a{
    display: block;
    font-size: 16px;
    padding:5px 15px;
    position: relative;
}
.sort2 a:after{
    content:'';
    position: absolute;
    bottom:0;
    left: 0;
    width: 0%;
    height: 1px;
    background: #ffbf00;
    transition: all 0.6s ease-out;
}
.sort2 a:hover:after{
    transition: all 0.6s;    
    width: 100%;
}


.index_bottom{
    background-image: url(../images/bg1.png);
    background-image-part-image: url(../images/bg1.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    padding:180px 0;
    position: relative;
    z-index: 1;
}
.index_bottom:before{
    content:'';
    position: absolute;
    top:0;
    left:0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,.5);
    
}
.index_bottom h2{
    font-size: 36px;
    color: #666;
    font-weight: normal;
    text-align: center;
    position: relative;
    z-index: 9;
}
.index_bottom p{
    text-align: center;
    margin-top: 30px;   
    position: relative;
    z-index: 9;
}
.index_bottom p a {
    font-size: 18px;
    color: #666;
    display: inline-block;
    width: 180px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border: 1px solid #86857b;
    margin: 0 17px;
    border-radius: 6px;
    transition: all 0.5s;
}
.index_bottom p a:hover{
    color: #fff;
    border: 1px solid #ffbf00;;
    background: #ffbf00;
}
@media(max-width: 1440px){
    .index_bottom{
        padding:150px 0;
    }
    .index_bottom h2{
        font-size:32px;
    }
    .index_bottom p a{
        width:160px;
    }
}
@media(max-width: 1360px){


}
@media(max-width: 1259px){
    .sort2{
        padding:20px 0;
    }
    .index_bottom{
        padding:120px 0;
    }
    .index_bottom h2{
        font-size:26px;
    }
}
@media(max-width: 1024px){
    .index_jjfa .text{
        /*right:200px;*/
    }
    .index_jjfa .text h2{
        font-size:28px;
    }
    .index_jjfa .text h3{
        font-size:24px;
    }
    .index_jjfa .text h4{
        font-size:20px;
    }
    .index_jjfa .text p{
        font-size:22px;
    }
}
@media(max-width: 768px){

    .index_jjfa .text {
        position: absolute;
        /*top: 120px;*/
        width: 80%;
        padding: 20px 30px;
        /*background: rgba(255,255,255,0.6);*/
        /*right: 150px;*/
        /*overflow: hidden;*/
    }
    .index_jjfa .text h2{
        font-size:24px;
    }
    .index_jjfa .text h3{
        font-size:20px;
    }
    .index_jjfa .text h3 span{
        width:30px;
        top:-6px;
    }
    .index_jjfa .text h4{
        font-size:20px;
    }
    .index_jjfa .text p{
        font-size:20px;
    }
    .index_bottom{
        padding:80px 0;
    }
    .index_bottom h2{
        font-size:24px;
    }
    .index_bottom p{
        margin-top:10px;
    }
    .index_bottom p a{
        width:140px;
        font-size:16px;
    }
}
@media(max-width: 640px){
    .index_jjfa .img{
        background:url(../images/imgs1.png) no-repeat center;
        background-size:cover;
        min-height: 270px;
    }
    .index_jjfa .img img{
        display:none;
    }
    .index_jjfa .text {
        /*top: 90px;*/
        width: 90%;
        padding: 10px 10px;
        /*right: 20px;*/
    }
    .sort2{
        top:0px;
        padding:10px 0;
    }
    .sort2 a {
        font-size: 15px;
        padding: 5px 10px;
    }
    .index_jjfa .text p{
        padding-bottom:0;
    }
    .index_jjfa .text a{
        margin-top:5px;
    }
    
    .index_bottom {
        padding: 50px 0;
    }
    .index_bottom h2 {
        font-size: 20px;
    }
    .index_bottom p{
        margin-top:10px;
    }
    .index_bottom p a{
        width:100px;
        margin:0 5px;
        font-size:15px;
        height:40px;
        line-height:38px;
    }


}




.index_product{
	padding:80px 0;

}
.index_title1{
	text-align: center;
	margin-bottom: 30px;
}
.index_title1 h3{
	font-size: 40px;
	color: #000;
	line-height: 1em;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 10px;
	font-weight: normal;
}
.index_title1 h3:before{
	content:'';
	position: absolute;
	bottom:0;
	left:50%;
	margin-left: -30px;
	width: 60px;
	height: 2px;
	background: #ffbf00;
}
.index_title1 p{
	font-size: 16px;
	color: #666;
	line-height: 1em;
}
.sort1{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 40px;
}
.sort1 li{
/*	width: 13%;*/
	margin-right: 1.5%;
	display: inline-block;
	margin-bottom: 5px;
}
.sort1 li:last-child{
	margin-right: 0;
}
.sort1 li a{
	display: block;
	width: 100%;
	text-align: center;
	line-height: 42px;
	font-size: 16px;
	color: #333;
	background: #f2f2f2;
	padding:0 10px;
}
.sort1 li a:hover{
	background: #ffbf00;
	color:#fff;
}
.product_list{
	display: flex;
	flex-wrap: wrap;
}
.product_list li{
	width: 32%;
	margin-right: 2%;
/*	border:3px solid #fff;*/
	margin-bottom: 15px;
	position: relative;
}
.product_list li:nth-child(3n){
	margin-right: 0;
}
.product_list li a{
    display: block;
    overflow: hidden;
    position: relative;
}
.product_list li .img{
	display: block;
	overflow: hidden;
}
.product_list li .img img{
	transition: all 0.6s ease-out;
}
.product_list li .ct{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 191, 0, .8);
    opacity: 0;
    line-height: 100%;
    text-align: center;
    color: #fff;
    font-size: 18px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.product_list li .ct p{

}
.product_list li .ct span{
    display: block;
    font-size: 12px;
    border: 1px solid #fff;
    width: 110px;
    line-height: 2em;
    margin: 15px auto 0px;
}
.product_list li:hover .img img{
	transition: all 0.6s;
	transform: scale(1.1);
	text-align: center;
}
.product_list li:hover .ct{
    opacity: 1;
}
a.more1{
	width: 163px;
    height: 52px;
    border-radius: 30px;
    background: #ffbf00;
    color: #fff;
    font-size: 16px;
    display: block;
    margin: 50px auto 0;
    text-align: center;
    line-height: 50px;
    border: 2px solid #ffbf00;
    transition: all 0.3s;
}
a.more1:hover{
    background:#fff;
    color:#ffbf00;
    border:2px solid #ffbf00;
    transition: all 0.3s;
}

@media(max-width: 1600px){
	.index_product {
	    padding: 60px 0;
	}
	.index_title1 h3{
		font-size: 32px;
	}
	.index_title1 h3:before{
		margin-left: -25px;
		width: 50px;
	}
}
@media(max-width: 1440px){

	.sort1 li a{
		font-size: 14px;
	}

}
@media(max-width: 1360px){


}
@media(max-width: 1199px){
	.index_product {
	    padding: 40px 0;
	}
	a.more1{
		width: 140px;
	    height: 40px;
	    font-size: 14px;
	    line-height: 36px;
	}
	.index_title1 h3{
		font-size: 28px;
	}
}
@media(max-width: 992px){
	a.more1{
		margin: 30px auto 0;
	}

}
@media(max-width: 768px){
	.index_product {
	    padding: 30px 0;
	}
	.index_title1 h3{
		font-size: 24px;
	}
	.index_title1 p{
		font-size: 14px;
	}
	a.more1{
		width: 120px;
	    height: 36px;
	    line-height: 32px;
	}
}
@media(max-width: 767px){
	.index_product {
	    padding: 20px 0;
	}	
	.index_title1{
		margin-bottom: 20px;
	}
	.index_title1 h3{
		font-size: 20px;
		padding-bottom: 10px;
	    margin-bottom: 8px;
	}
	.index_title1 h3:before {
	    margin-left: -15px;
	    width: 30px;
	}
	.sort1{
		margin-bottom: 20px;
	}
	.product_list li{
		width: 49%;
		margin-bottom: 10px;
	}
	.product_list li:nth-child(3n){
		margin-right: 2%;
	}
	.product_list li:nth-child(2n){
		margin-right: 0%;
	}

	a.more1{
		margin: 20px auto 0;
	}
}


.swiper-pagination span{
    outline: none;
}
.index_case{
    background-color: #fafafa;
    padding:50px 0;
    display: none;
}
#swiper-container2{
    padding-bottom: 80px;
}
#swiper-container2 .swiper-pagination .swiper-pagination-bullet-active{
    background: #ffbf00;
    outline: none;
}
#swiper-container2 a{
    display: block;
}
#swiper-container2 .img{
    overflow: hidden;
}
#swiper-container2 .img img{
    transition: all 0.6s ease-out;
}
#swiper-container2 .text{
    padding:15px 10px;
    background: #fff;
}
#swiper-container2 .text h3{
    font-size: 16px;
    color: #333;
    white-space: nowrap;
    height: 1em;
    line-height: 1em;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 5px;
}
#swiper-container2 .text p{
    font-size: 14px;
    color: #999;
}
#swiper-container2 a:hover .img img{
    transition: all 0.6s;
    transform: scale(1.1);
}
@media(max-width: 1600px){

}
@media(max-width: 1440px){
    
}
@media(max-width: 1259px){
    
}
@media(max-width: 992px){
    
}
@media(max-width: 768px){
  
}
@media(max-width: 640px){
    .index_case{
        padding:35px 0 20px;
    }   
    #swiper-container2{
        padding-bottom: 60px;
    }
    #swiper-container2 .text{
        padding:10px 5px;

    }   
}




.index_about{
    background:url(../images/bg1.jpg) no-repeat top center;
    background-size: cover;
/*    background-attachment: fixed;*/
    padding:80px 0;
    display: none;
}
.index_about .index_title1 h3{
    color: #fff;
}
.index_about_cont{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
    padding:0 80px;
}
.index_about_text{
	width: 100%;
    font-size: 16px;
    color: #fff;
    line-height: 2em;
    text-align: center;
    opacity: 0.8;
}
.index_about_text h4{
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 20px;
}
.index_about_text p{
/*	text-indent: 2em;*/
}
.index_about_num{
    width: 100%;
    margin-top:30px; 
}
.index_about_num li{
    width: 23.5%;
    float: left;
/*    padding: 0px 10px;
    display: block;*/
    border: 1px solid #fff;
    padding: 30px 10px;
    margin-right: 2%;
}
.index_about_num li:last-child{
    margin-right: 0;
}
.index_about_num li *{
    -webkit-transition:all .5s ease;
    -moz-transition:all .5s ease;
    transition:all .5s ease;
}
.index_about_num li p{
    color: #fff;
    text-align: center;
    line-height: 1em;
}
.index_about_num li .p1{
    font-size: 44px;
    font-family: Arial;
    font-weight: 700;    
}
.index_about_num li .p2{
    font-size: 16px;
    margin-top: 5px;    
}
.index_about_num li:hover{
    background: #fff;
}
.index_about_num li:hover p{
    color: #ffbf00;
}

a.more{
    display: inline-block;
    margin: 40px auto 0;
    color: #fff;
    font-size: 14px;
    position: relative;
    padding-right: 40px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}
a.more span {
    background: url(../images/moreicon.png) no-repeat;
    width: 24px;
    height: 8px;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 5px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}
a.more:hover span{
    right: 0px;
}
@media(max-width: 1600px){

}
@media(max-width: 1440px){
    .index_about_cont{
        padding:0 60px;
    }
    .index_about_num li .p1{
        font-size: 40px;
    }
    a.more{
        margin:30px auto 0;
    }
}
@media(max-width: 1024px){
    .index_about{
        padding:100px 0;
    }
	.index_about_text{
		font-size: 14px;
	} 
    .index_about_cont{
        padding:0 30px;
    }
    .index_about_num li .p1{
        font-size: 32px;
    }
}
@media(max-width: 768px){
    .index_about{
        padding:60px 0;
    }
    .index_about_cont{
        padding:0 0px;
    }
	.index_about_text{

		margin-bottom: 15px;
	} 
    a.more{
        margin:20px auto 0;
    }
}   
@media(max-width: 767px){
	.index_about{
		padding:30px 0;
	} 
    .index_about_num li {
        width: 49%;
        padding: 15px 10px;
        margin-bottom: 10px;
    }
    .index_about_num li:nth-child(2n){
        margin-right: 0;
    }

}


.index_ys{
	background: #fafafa;
	padding:50px 0;
}
.index_ys .gallery-top{
    margin-bottom:10px;
}
.gallery-top .swiper-slide {
    display: flex;

}
.gallery-top .swiper-slide .img{
    width: 50%;
    box-sizing:border-box;
    padding:5px;
    background:#b3b3b3;
    float: left;
}
.gallery-top .swiper-slide .text{
    width: 50%;
    float: right;
    padding:54px 38px 0;
    box-sizing:border-box;
    border:1px solid #e5e5e5;
    border-left: none;
}
.gallery-top .swiper-slide .text h3{
    font-size: 26px;
    color: #4c4c4c;
    line-height: 1em;
    margin-top: 8px;
}   
.gallery-top .swiper-slide .text h3 span{
    display: block;
    font-size:14px;
    color: #b2b2b2;
    text-transform: uppercase;
}
.gallery-top .swiper-slide .text p{
    font-size: 14px;
    color: #666;
    margin:20px 0 45px;
}
.gallery-top .swiper-slide .text a{
    display: block;
    width: 136px;
    line-height:38px;
    border:2px solid #d61d32;
    text-align: center;
    font-size:14px;
    color: #333;
    border-radius: 25px;
}
.gallery-top .swiper-slide .text a:hover{
    background:#d61d32;
    color: #fff;
}
.gallery-top .swiper-button-prev2{
    position: absolute;
    right: 60px;
    bottom: 1px;
    width: 55px;
    display: block;
    height: 40px;
    background:url(../images/left1.png) no-repeat center #d61d32;
    z-index: 99;
    cursor: pointer;
    outline: none;
}
.gallery-top .swiper-button-prev2:hover{
    opacity: 0.9;
}
.gallery-top .swiper-button-next2{
    position: absolute;
    right: 5px;
    bottom: 1px;
    width: 55px;
    display: block;
    height: 40px;
    background:url(../images/left1.png) no-repeat center #d61d32;
    transform: rotate(-180deg);
    z-index: 99;
    cursor: pointer;
    outline: none;
}
.gallery-top .swiper-button-next2:hover{
    opacity: 0.9;
}

.gallery-thumbs .swiper-slide{
    cursor: pointer;
/*    transition: all 0.3s ease-out;*/
}
.gallery-thumbs .swiper-slide h3{
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    z-index: 9;
    background:rgba(0,0,0,.5);
    font-size:22px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-out;
}
.gallery-thumbs .swiper-slide:hover{
    box-sizing:border-box;
    padding:5px;
    background:#d61d32;
/*    transition: all 0.3s;*/
}
.gallery-thumbs .swiper-slide:hover h3{
    opacity: 0;
    transition: all 0.3s;
}
.gallery-thumbs .swiper-slide-thumb-active{
    box-sizing:border-box;
    padding:5px;
    background:#d61d32;
/*    transition: all 0.3s;*/
}
.gallery-thumbs .swiper-slide-thumb-active h3{
    opacity: 0;
    transition: all 0.3s;
}
@media(max-width: 1440px){

}
@media(max-width: 1259px){
    .index_ys{
        padding:40px 0;
    }
    .gallery-top .swiper-slide .text{
        padding: 30px 20px;
    }
    .gallery-top .swiper-slide .text img{
        max-width: 60px;
    }
    .gallery-top .swiper-slide .text h3{
        font-size: 20px;
    }
    .gallery-top .swiper-slide .text p{
        margin: 10px 0 15px;
    }
    .gallery-thumbs .swiper-slide h3{
        font-size: 20px;
    }
}
@media(max-width: 768px){
    .index_ys {
        padding: 30px 0;
    }
    .gallery-top .swiper-slide .text {
        padding: 20px 15px;
    }
    .gallery-top .swiper-slide .text h3 {
        font-size: 18px;
        line-height: 1.2em;
    }
    .gallery-top .swiper-slide .text a{
        width: 120px;
    }

}
@media(max-width: 640px){

    .gallery-top .swiper-slide{
        flex-wrap: wrap;
    }
    .gallery-top .swiper-slide .img{
        width: 100%;
        float: none;
    }
    .gallery-top .swiper-slide .text{
        width: 100%;
        float: none;
        padding: 10px 10px;
    }
    .gallery-top .swiper-slide .text a {
        width: 100px;
        line-height:32px;
    }
    .gallery-top .swiper-slide .text h3{
        font-size: 16px;
    }
    .gallery-top .swiper-slide .text h3 span{
        font-weight: normal;
        font-size:;
    }
    .gallery-thumbs .swiper-slide:hover{
    	padding: 1px;
    }
    .gallery-thumbs .swiper-slide-thumb-active{
    	padding:1px;
    }
    .gallery-thumbs .swiper-slide h3 {
        font-size: 12px;
        font-weight: normal;
    }
}




.index_news{
	padding:80px 0;
    display: none;
}
.index_news_content{
    display: flex;
    flex-wrap: wrap;
    margin-top: 100px;
}
.news_list1{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
    width: 100%;
}
.news_list1 li{
	width: 48%;
    padding:20px 0;
    border-bottom: 1px solid #e5e5e5;
}
.news_list1 li a{
    display: block;
}
.news_list1 li .date{
    width: ;
    float: left;
    text-align: center;
    color: #333;
}
.news_list1 li .date em{
    display: block;
    font-style: normal;
    font-size:50px;
 
    font-family: 'impact';
    line-height: 1em;
}
.news_list1 li .date span{
    display: block;
    font-size:16px;
}
.news_list1 li .text{
    width: 85%;
    float: right;    
}
.news_list1 li .text h3{
    font-size: 20px;
    color:#4c4c4c;
    white-space: nowrap; 
    text-overflow: ellipsis;
    overflow: hidden;
}
.news_list1 li .text p{
    font-size: 14px;
    color:#808080;
}
.news_list1 li:hover .date{
    color: #ffbf00;	
}
.news_list1 li:hover .text h3{
    color: #ffbf00;
}
.news_list1 li:hover .text p{
/*    font-weight: bold;*/
}
@media(max-width: 1600px){
    .index_news_content{
        margin-top:50px;
    }


}
@media(max-width: 1440px){
    .index_news_content{
        margin-top:50px;
    }

}
@media(max-width: 1259px){
    .index_news{
        padding:50px 0;
    }
    .index_news_content{
        margin-top:00px;
    }
    .news_list1 li .date em{
        font-size:42px;
    }
    .news_list1 li .text{
        width: 82%;
    }

}
@media(max-width: 768px){
    .index_news {
        padding: 40px 0;
    }
    .news_list1{

    }
    .news_list1 li {
        padding: 15px 0;
        width: 100%;
    }
    .news_list1 li .text h3{
        font-size:16px;
    }
    .news_list1 li .date em {
        font-size: 32px;
    }
}
@media(max-width: 767px){
    .index_news {
        padding: 35px 0;
    }    
    .news_list1 li {
        padding: 10px 0;
    }
    .news_list1 li .date{
    	padding-top: 10px;
    }
    .news_list1 li .date em {
        font-size: 26px;
    }
    .news_list1 li .date span{
    	font-size: 14px;
    }
    .news_list1 li .text p{
    	line-height: 1.6em;
    }
}


/*news*/
.news_list li {
    border: 1px solid #e1e1e1;
    padding: 30px;
    background: #fff;
    margin-bottom: 35px;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.news_list li .tit {
    border-bottom: 1px solid #cbcbcb;
    margin-bottom: 15px;
    position: relative;
}

.news_list li .tit h3 {
    padding-bottom: 15px;
    font-size: 18px;
    color: #565656;
    font-weight: normal;
    padding-right: 25%;
    margin: 0;
}

.news_list li .tit .date {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 14px;
    color: #666666;
}

.news_list li .info {
    font-size: 14px;
    line-height: 2;
    color: #999999;
}

.news_list li .more {
    margin-top: 15px;
}

.news_list li .more span {
    display: inline-block;
    width: 130px;
    line-height: 33px;
    text-align: center;
    color: #000;
    font-size: 14px;
    color: #666666;
    border: 1px solid #e1e1e1;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.news_list li:hover {
    -webkit-box-shadow: 0px 2px 13px 1px rgba(8, 1, 3, 0.18);
    box-shadow: 0px 2px 13px 1px rgba(8, 1, 3, 0.18);
}

.news_list li:hover .tit h3 {
    color: #ffbf00;
}

.news_list li:hover .more span {
    color: #fff;
    background-color: #ffbf00;
}

@media (max-width: 990px) {
    .news_list li .tit {
        border-bottom: none;
    }

    .news_list li .tit h3 {
        padding-right: 0;
        padding-bottom: 10px;
    }

    .news_list li .tit .date {
        position: static;
        border-bottom: 1px solid #cbcbcb;
        padding-bottom: 5px;
        color: #999;
    }
}



.yin{
	display: none;
}




/*底部*/
.foot{
    width:100%;
    background:#3a3b3c;
    padding:58px 0px 50px 0px;
}
.foot-u1{
/*    float: left;*/
}
.foot-u1 li{
    float:left;
    color:#DDE2EB;
    width:14%;
}
.foot-u1 li h4{
    font-weight:bold;
    font-size:14px;
    padding-bottom:5px;
    line-height:36px;
}
.foot-u1 li a{
    display: block;
    color:#7F8795;
    font-size:12px;
    line-height:32px;
    transition: all 0.3s;
}
.foot-u1 li a:hover{
    color:#ffbf00;
    transition: all 0.3s;
}
.foot-u1 li p{
    display: block;
    color:#7F8795;
    font-size:12px;
    line-height:32px;
    transition: all 0.3s;
}
.foot-u1 .foot_txt {
    line-height: 12px;
    text-align: left;
    font-size:12px;
    position: relative;
    float: left;
    width: 24%;
}

.foot-u1 .foot-ewm{
    float: right;
    width: 14%;
}
.foot-u1 .foot-ewm h4{
    text-align:center;
}
.foot-ewm p{
    font-size:12px;
    color:#DDE2EB;
    line-height:26px;
    text-align:center;
}

.copyright{
    width:100%;
    line-height:30px;
    text-align: center;
    font-size:14px;
    color:#797D8F;
    background:#323334;
    padding:10px 0;
}
.copyright a{
    font-size:14px;
    color:#797D8F;    
}
@media(max-width: 1440px){

}
@media(max-width: 1199px){
    
}
@media(max-width: 768px){
    .foot{
        display: none;
    }
    .copyright{
        line-height:30px;
    }
}
@media(max-width: 767px){
    
}





/*----- Common css ------*/

.fl {
    float: left;
}

.fr {
    float: right;
}

.di {
    _display: inline;
}

.fwn {
    font-weight: normal;
}

.dib {
    *display: inline;
    _zoom: 1;
    _display: inline;
    _font-size: 0px;
}
.f_none{
    display: none;
}


/*内页*/
.n_banner {
    width: 100%;
    margin: 0 auto;
}

.n_banner img {
    width: 100%;
    margin: 0 auto
}
.sitemp{
    color: #333;
    padding:15px 0;
    border-bottom: 1px solid #e5e5e5;
}
.site{
    padding-left: 30px;
    background:url(../images/home.png) no-repeat left center;
    background-size: 22px;
    font-size: 15px;
    color: #333;
}
.site a{
    font-size: 15px;
}
.wrap {
    padding: 60px 0 80px;
}
.left {
    float: left;
    width: 20%;
}
.left h3{
    padding: 20px 30px;
    color: #fff;
    background-color: #ffbf00;
    font-size: 30px;
    font-weight: normal;
    display: block;
}

/*.left .aspg-left-nav li {
    position: relative;
    border-bottom: 1px solid #ccc;
}
.left .aspg-left-nav li a{
    font-size: 16px;
    line-height: 30px;
    position: relative;
    display: block;
    padding: 15px 30px;
    -webkit-transition: all .4s;
    transition: all .4s;
}
.left .aspg-left-nav li:hover a{
    color: #ffbf00;

}
.left .aspg-left-nav li.on a{
    color: #ffbf00;

}*/


.right {
    float: right;
    width: 80%;
    padding-left: 30px;
}
.right .content{
    font-size: 15px;
}

@media(max-width: 1440px){
    .wrap {
        padding: 50px 0;
    }
    .left h3{
        padding: 10px 30px;
        font-size: 24px;        
    }
}
@media(max-width: 1199px){
    .left h3{
        padding: 10px 25px;      
    }
/*    .left .aspg-left-nav li a {
        padding: 10px 25px;

    }  */  
}

@media(max-width: 768px){
    .wrap {
        padding: 35px 0;
    }
    .sitemp{
        padding:10px 0;
    }
    .site{
        font-size: 14px;
    } 
    .site a{
        font-size: 14px;
    }
    .left{
        width: 100%;
        float: none;
        display: none;
    }  
    .left h3{
        display: none;
    } 
/*    .left .sort{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-bottom: 30px;
    }
    .left .aspg-left-nav li{
        border:none;
        display: inline-block;
        margin-bottom: 5px;
    }
    .left .aspg-left-nav li a {
        padding: 2px 15px;
        font-size: 14px;
    }*/
    .right{
        width: 100%;
        float: none;
        padding-left: 0;
    } 

}
@media(max-width: 767px){
    .wrap {
        padding: 20px 0;
    }  
/*    .left .sort{
        margin-bottom: 20px;
    }
    .left .aspg-left-nav li a{
        padding: 0px 10px;
    }  */
}



/*about*/


/*news*/
.news_list2{
	display: flex;
	flex-wrap: wrap;
}
.news_list2 li{
	width: 32%;
	margin-right: 2%;
	margin-bottom: 20px;
}
.news_list2 li:nth-child(3n){
	margin-right: 0;
}
.news_list2 li a.img{
	overflow: hidden;
	display: block;
}
.news_list2 li a.img img{
	transition: all 0.6s ease-out;
}
.news_list2 li h3 a{
	font-size: 16px;
	color: #333;
}
.news_list2 li p{
	font-size: 14px;

}
.news_list2 li:hover .img img{
	transition: all 0.6s;
	transform: scale(1.1);
}
.news_list2 li:hover h3 a{
	color: #ffbf00;
}
@media(max-width:1600px){
	.news_list2{

	}
}
@media(max-width:1440px){

}
@media(max-width:1360px){

}
@media(max-width:1024px){

}
@media(max-width:992px){
	.news_list2 li{
		width: 49%;
	}
	.news_list2 li:nth-child(3n) {
	    margin-right: 2%;
	}
	.news_list2 li:nth-child(2n) {
	    margin-right: 0;
	}
}
@media(max-width:768px){

}
@media(max-width:767px){
	.news_list2 li{
		width: 100%;
		margin-right: 0;
	}
	.news_list2 li:nth-child(3n) {
	    margin-right: 0%;
	}

}



/*n_message*/
.message{
/*    padding:70px 0;*/
}
.message h3{
    font-size: 32px;
    color: #222;
}
.message p{
    font-size: 16px;
    color: #999;
    padding:25px 0 30px;
}
.message ul{
    display: flex;
    flex-wrap: wrap;
}
.message ul li{
    position: relative;
    width: 22%;
    margin-right: 4%;
    margin-bottom:25px;
}
.message ul li:last-child{
    margin-right: 0;
}
.message ul li span{
    color: #ff0000;
    display: block;
    position: absolute;
    right:10px;
    top:5px;
}
.message ul li input{
    display: block;
    width: 100%;
    border:1px solid #ccc;
    outline: none;
    line-height:36px;
    text-indent: 12px;
}
.mess_content textarea{
    width: 100%;
    line-height:30px;
    height: 155px;
    outline: none;
    padding:10px ;
    box-sizing: border-box;
    border: 1px solid #ccc;
}
.mess_btn input{
    width: 115px;
    line-height: 38px;
    font-size: 14px;
    color:#fff;
    display: block;
    border:none;
    background: #ffbf00;
    margin-top:50px;
    cursor: pointer;
}
@media(max-width: 1440px) {
    .message h3{
        font-size: 26px;
    }
}
@media(max-width: 1199px){

}
@media(max-width: 768px){
/*    .message{
        padding:30px 1%;
    }*/
}
@media(max-width: 640px){
/*    .message {
        padding: 20px 1%;
    }*/
    .message h3{
        font-size: 20px;
    }
    .message p {
        font-size: 12px;
        padding: 10px 0;
    }
    .message ul li{
        width: 100%;
        margin-right: 0%;
        margin-bottom:5px;
    }
    .message ul li:nth-child(2n){
        margin-right: 0;
    }
    .mess_btn input{
        margin-top:10px;
    }
}





/*n_contact*/
.n_contact{
    padding:80px 0 60px;
}
.n_contact h3{
    font-size: 32px;
    color: #222;
    text-align: center;
    margin-bottom: 10px;
}

.n_contact1_text{

}
.n_contact h4{
    font-size: 24px;
    color: #333;
    font-weight: normal;
}
.n_contact1_text p{
    font-size: 16px;
}
.n_contact1_text p strong{
    font-weight: normal;
}
.n_contact_list{
    display: flex;
    flex-wrap: wrap;
    margin:25px 0;
}
.n_contact_list li{
    width: 48%;
    margin-right: 4%;
/*    padding:20px 15px;*/
    color: #333;
/*    background: #999;*/
/*    text-align: center;*/
    float: left;
    font-size: 16px;

}
.n_contact_list li:last-child{
    margin-right: 0;
}
.n_contact_list li .img{
    display: block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border:1px solid #fff;
    border-radius: 50%;
    margin:0 auto 10px;
}
.n_contact_list li .img img{
    max-width: 40px;
}
.n_contact_list li p{
    line-height: 1.6em;
}
.n_contact_list li:nth-child(1){
    
}
.n_contact_list li:nth-child(2){
    
}
.n_contact_list li:nth-child(3){
    
}

/*.n_contact_list p{*/
/*    margin-right:60px;*/
/*    font-size: 16px;*/
/*    color: #666;*/
/*}*/
/*.n_contact_list p:nth-child(4){*/
/*    margin-right: 0;*/
/*}*/
@media(max-width: 1440px){
    .n_contact {
        padding: 60px 0 ;
    }
    .n_contact h3{
        font-size: 26px;
    }
    .n_contact h4{
        font-size: 20px;
    }
}
@media(max-width: 1199px){
    .n_contact{
        padding:30px 1%;
    }
    .n_contact_list p{
        margin-right: 40px;
    }
    .n_contact_intro{
        margin: 20px auto 40px;
        padding: 25px 0;
    }
    
}
@media(max-width: 768px){

    .n_contact_list p:nth-child(4) {
        margin-right: 30px;
    }
    .n_contact_intro h3{
        font-size: 22px;
    }
    .n_contact_intro p{
        font-size: 14px;
    }
    .n_contact h3{
        font-size: 24px;
    }
    .n_contact h4 {
        font-size: 20px;
        padding: 5px 0 5px;
    }
    .n_contact_list li{
        width:100%;
        margin-bottom:10px;
    }
}
@media(max-width: 767px){
    .n_contact {
        padding: 20px 1%;
    }
    .n_contact h3{
        font-size: 20px;
    }
    .n_contact h4 {
        font-size: 16px;
        padding: 0;
    }
    .n_contact_list {
        margin: 0px 0 20px;
    }
    .n_contact_list p {
        width: 100%;
        margin-right: 0px;
    }
    .n_contact_list p:nth-child(4) {
        margin-right: 0px;
    }

    .n_contact1_text p strong{
        display: block;
    }
}








h1.title{
    font-size: 24px;
    color: #ffbf00;
    padding-top: 4px;
    padding-bottom: 18px;
    line-height:1.4em;
    font-weight: normal;
}
.info_title{
    font-size: 14px;
    color: #999;
}
h3.tag{
    font-size: 14px;
    color: #666;
    font-weight: normal;
}
.page{
    font-size: 14px;
    color: #666;    
    margin-top:10px;
}
.page a{
    font-size: 14px;
    color: #666;    
}

@media(max-width: 768px){
    h1.title{
        font-size: 18px;
    }
}

.pageController{
    text-align: center;
    color:#505050;margin:0 auto;
    margin:2em 0;
    line-height:24px;
}
.pageController a{background-color:#FFF;vertical-align:middle; border:#efefef 1px solid; 
    color:#505050;padding:5px 8px; margin-right:3px;margin-left:3px;
}
.pageController a:hover{background-color:#2b70bb;color:#fff; text-decoration:none;border:#efefef 1px solid;}
.pageController .currPage {background-color: #2b70bb;color:#ff0000;border:#efefef 1px solid;}
.pageController .t1{
    float:left;margin-right:5px;height:24px;line-height:22px;white-space:nowrap;
    display: none;
}
.pageController .t2{vertical-align:middle;line-height:39px;}
.pageController .t2 #current{
    line-height: 39px;
    background-color: #ef8200;
    vertical-align: middle;
    border: 1px solid #ef8200; 
    color: #fff;padding: 5px 8px;
    margin-right: 3px;
    margin-left: 3px;
    width: 39px;
}
.pageController .t1 span{
    /*padding-left:4px;
    padding-right:4px;*/
    width: 39px;
}
.pageController select{height:24px;vertical-align:middle;text-align:center;line-height:24px;
    display: none;
}
.pageController select option{vertical-align:middle;}






.fixed-contact-wrap {
    z-index: 999;
    position: fixed;
    right: 30px;
    top: 75%;
    width: 60px;
    margin-top: -90px;
    overflow: hidden;
    border-radius: 30px;
    opacity: 0;
    transition: all .4s;
    transform: translateX(95px);
    -webkit-transform: translateX(95px);
    -moz-transform: translateX(95px);

}

.fixed-contact-wrap.show {
    transform: none;
    opacity: 1;
}

.fixed-contact-wrap.active {
    width: 215px;
}

.fixed-contact-wrap li {
    position: relative;
    height: 60px;
    background: #222;
    overflow: hidden;
}

.fixed-contact-wrap.active li {
    overflow: inherit;
}

.fixed-contact-wrap li a {
    position: relative;
    z-index: 1000;
    display: block;
}

.fixed-contact-wrap li i {
    z-index: 1000;
    position: absolute;
    right: 0;
    display: block;
    width: 60px;
    height: 60px;
    transition: all .4s;
}

.fixed-contact-wrap.active li:after {
    z-index: 1001;
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    display: block;
    width: 80%;
    height: 1px;
    margin-left: -40%;
    background: rgba(255, 255, 255, .1);
}

.fixed-contact-wrap.active li:last-child:after {
    display: none;
}

.fixed-contact-wrap li:hover i, .fixed-contact-wrap li:hover strong {
    opacity: .5;
}

.fixed-contact-wrap .phone i {
    background: #222 url(../images/fix-icon1.png) no-repeat center center;
    border-top-left-radius: 30px;
    -moz-border-top-left-radius: 30px;
    -webkit-border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    -moz-border-top-right-radius: 30px;
    -webkit-border-top-right-radius: 30px;
}

.fixed-contact-wrap .qq i {
    background: #222 url(../images/fix-icon2.png) no-repeat center center;
}

.fixed-contact-wrap .back-top i {
    background: #222 url(../images/fix-icon3.png) no-repeat center center;
}

.fixed-contact-wrap.active .back-top i {
    border-bottom-left-radius: 0;
    -moz-border-bottom-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
}

.fixed-contact-wrap li strong {
    position: absolute;
    top: 0;
    right: -135px;
    display: block;
    width: 115px;
    padding: 0 15px 0 30px;
    font: normal 16px/60px 'gotham-medium';
    color: #fff;
    background: #222;
    white-space: nowrap;
    transition: all .4s;
    box-sizing: content-box;
}

.fixed-contact-wrap.active li strong {
    right: 60px;
}

.fixed-contact-wrap.black li {
    background: #111;
}

.fixed-contact-wrap.black li strong {
    background: #111;
}

.fixed-contact-wrap.black .phone i {
    background: #111 url(../images/fix-icon1.png) no-repeat center center;
}

.fixed-contact-wrap.black .qq i {
    background: #111 url(../images/fix-icon2.png) no-repeat center center;
}

.fixed-contact-wrap.black .back-top i {
    background: #111 url(../images/fix-icon3.png) no-repeat center center;
}

@media (max-width: 1400px) {
    .fixed-contact-wrap {
        right: 15px;
        width: 50px;
        border-radius: 25px;
    }

    .fixed-contact-wrap.active {
        width: 200px;
    }

    .fixed-contact-wrap li {
        height: 50px;
    }

    .fixed-contact-wrap li i {
        width: 50px;
        height: 50px;
    }

    .fixed-contact-wrap li strong {
        right: -120px;
        width: 100px;
        padding: 0 15px 0 20px;
        font: normal 14px/50px 'gotham-medium';
    }

    .fixed-contact-wrap.active li strong {
        right: 50px;
    }
}

@media (max-width: 1200px) {
    .top-footer .logo {
        width: 15%;
    }

    .top-footer .logo img {
        width: 80px;
    }

    .top-footer .bottom-item-wrap {
        width: 100%;
    }

    .top-footer .each-item dl {
        width: 95%;
        padding-right: 5%;
    }
}


.client-2 {
    position: fixed;
    right: -170px;
    top: 50%;
    z-index: 900;
}

.client-2 li a {
    text-decoration: none;
}
.client-2 li {
    margin-top: 1px;
    clear: both;
    height: 71px;
    position: relative;
    background: #222;
}

.client-2 li i {
    background: url(../images/fx.png) no-repeat;
    display: block;
    width: 30px;
    height: 27px;
    margin: 0px auto;
    text-align: center;
}

.client-2 li p {
    height: 20px;
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    text-align: center;
    color: #fff;
}

.client-2 .my-kefu-qq i {
    background-position: 4px 5px;
}

.client-2 .my-kefu-tel i {
    background-position: 0 -21px;
}

.client-2 .my-kefu-liuyan i {
    background-position: 4px -53px;
}

.client-2 .my-kefu-weixin i {
    background-position: -34px 4px;
}

.client-2 .my-kefu-weibo i {
    background-position: -30px -22px;
}

.client-2 .my-kefu-ftop {
    display: none;
}

.client-2 .my-kefu-ftop i {
    width: 33px;
    height: 35px;
    background-position: -27px -51px;
}

.client-2 .my-kefu-left {
    float: left;
    width: 77px;
    height: 47px;
    position: relative;
}

.client-2 .my-kefu-tel-right {
    font-size: 16px;
    color: #fff;
    float: left;
    height: 24px;
    line-height: 22px;
    padding: 0 15px;
    border-left: 1px solid #fff;
    margin-top: 14px;
}

.client-2 .my-kefu-right {
    width: 20px;
}

.client-2 .my-kefu-tel-main {
    background: #222;
    color: #fff;
    height: 56px;
    width: 247px;
    padding:9px 0 6px;
    float: left;
}

.client-2 .my-kefu-main {
    background: #222;
    width: 97px;
    height: 56px;
    position: relative;
    padding:9px 0 6px;
    float: left;
}

.client-2 .my-kefu-weixin-pic {
    position: absolute;
    left: -140px;
    top: -24px;
    display: none;
    z-index: 333;
}

.my-kefu-weixin-pic img {
    width: 140px;
    height: 140px;
}

@media(max-width: 1199px){
    .client-2{
        display: none;
    }
}